home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 118 / MacAddict 118 2006-06.toast / Software / Development / 24U Appearance OSAX(trial).dmg / Appearance OSAX Extras / Automator Actions / Working with Progress Indicator.app / Contents / Info.plist < prev    next >
Extensible Markup Language  |  2006-03-07  |  2KB  |  58 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>AMIsApplet</key>
  6.     <true/>
  7.     <key>AMStayOpen</key>
  8.     <false/>
  9.     <key>CFBundleDevelopmentRegion</key>
  10.     <string>English</string>
  11.     <key>CFBundleDocumentTypes</key>
  12.     <array>
  13.         <dict>
  14.             <key>CFBundleTypeExtensions</key>
  15.             <array>
  16.                 <string>*</string>
  17.             </array>
  18.             <key>CFBundleTypeIconFile</key>
  19.             <string></string>
  20.             <key>CFBundleTypeName</key>
  21.             <string>Automator workflow file</string>
  22.             <key>CFBundleTypeOSTypes</key>
  23.             <array>
  24.                 <string>****</string>
  25.             </array>
  26.             <key>CFBundleTypeRole</key>
  27.             <string>Viewer</string>
  28.         </dict>
  29.     </array>
  30.     <key>CFBundleExecutable</key>
  31.     <string>Working with Progress Indicator</string>
  32.     <key>CFBundleGetInfoString</key>
  33.     <string>Automator Launcher version 1.0, Copyright 2004 Apple Computer, Inc.</string>
  34.     <key>CFBundleIconFile</key>
  35.     <string>AutomatorApplet</string>
  36.     <key>CFBundleIdentifier</key>
  37.     <string>automator.WorkingwithProgressIndicator</string>
  38.     <key>CFBundleInfoDictionaryVersion</key>
  39.     <string>6.0</string>
  40.     <key>CFBundleName</key>
  41.     <string>Working with Progress Indicator</string>
  42.     <key>CFBundlePackageType</key>
  43.     <string>APPL</string>
  44.     <key>CFBundleShortVersionString</key>
  45.     <string>1.0.3</string>
  46.     <key>CFBundleSignature</key>
  47.     <string>????</string>
  48.     <key>CFBundleVersion</key>
  49.     <string>68</string>
  50.     <key>LSUIElement</key>
  51.     <false/>
  52.     <key>NSMainNibFile</key>
  53.     <string>MainMenu</string>
  54.     <key>NSPrincipalClass</key>
  55.     <string>NSApplication</string>
  56. </dict>
  57. </plist>
  58.